home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 February / PCWorld_2006-02_cd.bin / software / topware / pspad / pspad450inst_cz.exe / {app} / Syntax / Lua.INI < prev    next >
INI File  |  2005-11-27  |  454b  |  41 lines

  1. ;PSPad user HighLighter definition file
  2. [Settings]
  3. Name=Lua
  4. HTMLGroup=0
  5. FileType=*.lua
  6. CommentString=
  7. SQLComment=1
  8. IndentChar=
  9. UnIndentChar=
  10. TabWidth=4
  11. CaseSensitive=1
  12. SingleQuote=1
  13. DoubleQuote=1
  14. KeyWordChars=-_
  15. CodeExplorer=ftUnknown
  16. [KeyWords]
  17. and=
  18. break=
  19. do=
  20. else=
  21. elseif=
  22. end=
  23. false=
  24. for=
  25. function=
  26. if=
  27. in=
  28. local=
  29. nil=
  30. not=
  31. or=
  32. repeat=
  33. return=
  34. then=
  35. true=
  36. until=
  37. while=
  38. [ReservedWords]
  39. [KeyWords2]
  40. [KeyWords3]
  41.